#include <boost/scoped_ptr.hpp>
#include <gridpack/utilities/uncopyable.hpp>
#include <gridpack/math/linear_solver_implementation.hpp>
Go to the source code of this file.
Classes | |
class | gridpack::math::LinearSolverT< T, I > |
A solver for system(s) of linear equations in parallel. More... | |
Namespaces | |
namespace | gridpack |
namespace | gridpack::math |
Typedefs | |
typedef LinearSolverT < ComplexType > | gridpack::math::ComplexLinearSolver |
typedef LinearSolverT< RealType > | gridpack::math::RealLinearSolver |
typedef ComplexLinearSolver | gridpack::math::LinearSolver |